home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / faxmail / README < prev   
Text File  |  1994-08-01  |  2KB  |  41 lines

  1. $Header: /usr/people/sam/fax/faxmail/RCS/README,v 1.7 1993/08/15 18:21:32 sam Rel $
  2.  
  3. It's easy to setup an email to fax gateway with these simple steps:
  4.  
  5. 1. Setup the FlexFAX software as usual.
  6.  
  7. 2. If your system uses sendmail to deliver mail, then follow the
  8.    instructions in mailfax.sh-sendmail.
  9. 3. If your system uses smail (e.g. Linux users), then follow the
  10.    instructions in mailfax.sh-smail.
  11.  
  12. 4. Restart your mail software, refreeze your configuration or
  13.    whatever is necessary to cause the configuration changes to be
  14.    seen by the system.
  15.  
  16. Voila!  Now mail to user@dest.fax will get formatted and submitted as a
  17. facsimile job to "user" at the specified "dest".  By writing a more
  18. involved mailfax script you can add things like different resolutions
  19. by parsing the "user" string.  For example, an X.400-style scheme might
  20. use:
  21.  
  22.     user/R=low/N=done@host.fax
  23.  
  24. where "R=low" specifies a low res facsimile and "N=done" requests
  25. notification when the job is done.  If you want symbolic destinations,
  26. then you can provide a host to phone number mapping facility.
  27.  
  28. NOTE: The normal access control mechansims on submitting a facsimile
  29. for transmission are enforced--you may need to use them if you create
  30. an email to fax gateway on your machine!
  31.  
  32. Dirk Husemann's more elaborate scheme is included in the contributed
  33. software; check out ../contrib/dirk.
  34.  
  35. There is also the "Remote Printing Experiment" being conducted by folks
  36. on the Internet.  This provides a distributed fax delivery service that
  37. uses email to relay facsimile to a local site for delivery.  For info
  38. about that stuff send mail to tpc-faq@town.hall.org.
  39.  
  40.     Sam
  41.